func runtime.dwrite
8 uses
runtime (current package)
heapdump.go#L79: func dwrite(data unsafe.Pointer, len uintptr) {
heapdump.go#L100: dwrite(unsafe.Pointer(&b), 1)
heapdump.go#L136: dwrite(unsafe.Pointer(&buf), uintptr(n))
heapdump.go#L150: dwrite(data, len)
heapdump.go#L156: dwrite(unsafe.Pointer(&b[0]), uintptr(len(b)))
heapdump.go#L205: dwrite(unsafe.Pointer(unsafe.StringData(pkgpath)), uintptr(len(pkgpath)))
heapdump.go#L207: dwrite(unsafe.Pointer(unsafe.StringData(name)), uintptr(len(name)))
heapdump.go#L690: dwrite(unsafe.Pointer(&dumphdr[0]), uintptr(len(dumphdr)))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |